home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / MSDOS / (m)aax / READ.ME < prev    next >
Text File  |  1989-02-16  |  2KB  |  67 lines

  1. IMPORTANT:::::::::::::::::::::::::::::::::::::::::::::::::::
  2.  
  3. PAK can be dangerous in that if you want to run it outside
  4. the current directory you need to run a program called
  5. PAKINST to install it and tell it where it's CNF file is
  6. located. This install program is in the .PAK arc ( ie.
  7. PAK151.ARC or PAK16.ARC ) but it's use is documented in the
  8. back of the docs and many people miss it. PAK can do some
  9. very undesirable things if it is used outside it's home
  10. directory without being installed.. Make sure and run PAKINST
  11. and tell PAK where it's config file is before you use the set
  12. command with ZIPPER and start using it outside of the PAK.EXE
  13. directory..
  14.  
  15. if you have never, never will, and never want to screw with
  16. PAK.EXE and never see or use PAK files do the following in
  17. your archiver directory pointed to by SPAT..
  18.  
  19. copy PKUNPAK.EXE PAK.EXE
  20.  
  21. copy your PK unpacker into a PAK.EXE file.. and change line
  22. one of your ZIPPER.CFG file from " e" to " -e". this will fool
  23. ZIPPER into thinking you have a valid PAK.EXE and if you do
  24. run into a real PAK file ZIPPER will note it as a bad .PAK,
  25. log it and move on..
  26.  
  27. ZIPPER will abort AFTER the current file being processed if
  28. you press the escape key. It will finish the current file
  29. and then abort cleanly..
  30.  
  31. ZIPPER revision D accepts the command line switch b or /b
  32. to run in automated batch mode.. it will require no operator
  33. prompts and will erase all the bad arc files found during the
  34. session at the end. The file badfiles.log will contain all
  35. bad files found and deleted.. this can be used by sysop's to
  36. run EVENTS or unattended conversion sessions.. Also the /l
  37. switch will cause ZIPPER to create a log file (ZIPPER.LOG) in
  38. the SPAT directory which will log all file conversions and bad
  39. arc pak errors into a text file with the date and time of the
  40. conversion run..
  41.  
  42. syntax is..
  43.  
  44. ZIPPER path/filename /b /l
  45.  
  46. or
  47.  
  48. ZIPPER path/filename b l
  49.  
  50. or even
  51.  
  52. ZIPPER path/filename l b
  53.  
  54. ie..
  55.  
  56. ZIPPER d:\arcs\dl1 /b /l
  57.  
  58. will convert all ARC and PAK files in directory D:\ARCS\DL1 to
  59. ZIP files and delete any bad arcs or paks found during the
  60. session. The filenames deleted will be in the badfile.log file.
  61. A complete text log of the conversion session will be created in
  62. the directory SPAT points to..
  63.  
  64. If you merely CD to a ramdisk ZIPPER will use the faster ramdisk to
  65. to all its conversion work.. just make sure there is enough room
  66. to unarc the largest file you intend to process..
  67.